

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#0075d3;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1400px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('../fonts/font_1152918_4hr5pdwrx4t.eot');
  src: url('../fonts/font_1152918_4hr5pdwrx4t.eot') format('embedded-opentype'),
  url('../fonts/font_1152918_4hr5pdwrx4t.woff2') format('woff2'),
  url('../fonts/font_1152918_4hr5pdwrx4t.woff') format('woff'),
  url('../fonts/font_1152918_4hr5pdwrx4t.ttf') format('truetype'),
  url('../fonts/font_1152918_4hr5pdwrx4t.svg') format('svg');
}


.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
 

/* 头部 */
.header{position: fixed;width:100%;height:110px;z-index:99;left:0;top:0;padding-top:20px;background: rgba(255,255,255,.8);}
.header .logo{position:absolute;left:0;top:7px;} 
.nav {padding:0 297px 0 34%;display:flex;flex-wrap: row wrap;justify-content: space-between;line-height:0px;line-height:50px;height:90px;padding-top:10px;}
.nav .m{float:left;text-align:center;position:relative;z-index:10;flex-grow:1;}
.nav .m>a{color:#191919;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:2px;background:#0075d3;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:-12%;top:100%;background:#eee;line-height:35px;width:140px;color:#333;font-size:.875rem;transform:scale(0,1);transition:all 0.4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#000;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;}
.headR{width:110px;position:absolute;right:0;top:0;text-align:right;border-left: 1px solid #fff;border-left: 1px dotted rgba(0,0,0,.3);}
.headR li{float:left;width:22px;height:18px;margin-left:27px;background: url('../image/topIcon.png') no-repeat;position:relative;z-index:5;font-size:.875rem;cursor:pointer;}
.headR .tel{background-position: -44px 0;}
.headR .sIcon{background-position: -22px 0;}
.headR .info{position:absolute;background:#f1f1f1;line-height:24px;top:0px;color:#666;width:120px;padding:5px;left:-55px;}
.headR .tel .info{width:220px;padding:10px 15px;text-align:right;right:-10px;left:auto;}
.headR .info::before,.nav .navSub::before{content:"";position:absolute;right:10px;top:-16px;border:8px solid transparent;border-bottom-color:#f1f1f1;}
.headR .info span{display:block;font-size:22px;color:#000;font-family:Arial;}
.langIcon{color:#000;font-size:1.5rem;position:absolute;right:60px;top:18px;line-height:1;display:none;}
.headFix{background:#fff;height:90px;line-height:90px;padding-top:0;box-shadow:2px 2px 5px #ddd;}
.headFix .nav{padding-top:0;line-height:90px;}
.headFix .logo img{height:50px;}
.headFix .headR{top:14px;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#0075d3;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#0075d3;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

/* PC端搜索 */
.search{position: absolute;padding:20px;background:#333; background: rgba(0,0,0,.5);left:0;top:100%;display:none;width:100%;padding-top:0;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 20px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;}
.search .btn{float:left;width:50px;height:50px; cursor:pointer;transition:all 0.3s;background:#333 url('../image/sIcon.png') no-repeat center;border-left:1px solid #666;margin-right:-50px;}
.search .btn:hover{background-color:#000;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background:#fff;opacity:1;}

/* 特点 */
.feature{border-right: 1px solid #e5e5e5;color:#333;}
.feature li{float:left;width:25%;height:200px;border-left: 1px solid #e5e5e5;padding:40px 5% 15px 5%;position:relative;}
.feature li span{font-size:1.925em;font-family:Arial;font-weight:700;position: relative;margin-bottom:10px;display:inline-block;}
.feature li span::after,.feature li:nth-child(2) span::before{ }
.feature li:nth-child(2) span::before{left:55px;}
.feature li i{font-style:normal;color:#0075d3;margin:0 15px 0 40px;font-weight:300;}

/* 我们的产品 */
.product{background:#f2f2f2;}
.hTitle{font-size:1rem;margin-bottom:40px;position: relative;}
.hTitle span{display: block;font-size:2.875em;color:#191919;font-weight:700;margin-bottom:5px;}
.proMenu{background:#fff;height:80px;line-height:80px;font-size:1.143em;margin-bottom:40px;}
.proMenu a{float:left;width:20%;position:relative;color:#333;border-right: 1px solid #ddd;text-align:center;z-index:2;}
.proMenu a::after{content:"";position:absolute;left:0;top:0;background:#0075d3;width:100%;height:100%;z-index:-1;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.proMenu .on{color:#fff;}
.proMenu .on::after{transform: scale(1);transform-origin:left;}

.proMain{margin-right:-20px;}
.proMain li{float:left;width:25%;padding-right:20px;font-size:1.143em;margin-bottom:15px;}
.proMain li a{display:block;overflow:hidden;}
.proMain li .pImg{padding-top:76%;}
.proMain li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #fff;transform:scale(0) rotate(-180deg);opacity:0;transition:all .4s;}
.proMain li h4{padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;}
.proMain li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover h4,.proMain li a:hover i{color:#0075d3;}
.proMain li a:hover .pImg::after{transform:scale(1) rotate(0deg);opacity:.4;}

/* 产品优势 */
.proAdv_l{width:47%;padding-top:20px;}
.proAdv_l .hTitle{max-width:430px;line-height:1.2;margin-bottom:50px;}
.proAdv_l .hTitle span{margin-bottom:10px;}
.proAdv_l .title{font-size:1.857em;color:#191919;margin-bottom:20px;}
.proAdv_l p{line-height:1.8;min-height:130px;margin-bottom:20px;}
.proAdv_r{width:47%;text-align:right;}

/* 流程 */
.process{background:url('../image/adv_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed; text-align:center;color:#fff;padding-bottom:0;}
.hTitlew span{color:#fff;}
.processMain{position:relative;padding-top:20px;padding-bottom:10px;margin-bottom:50px;}
.processMain::after{content:"";position: absolute;width:100%;height:1px;background:#fff;left:0;bottom:58px;opacity:.2;}
.process li{float:left;width:12.5%;padding:25px 15px;transition:all .5s;z-index:2;height:265px;}
.process li::after{content:"";position: absolute;background: url('../image/adv_line.png');width:100%;height:100%;top:10px;left:10px;opacity:0;transition:all .5s;z-index:-1;}
.process li i{display:inline-block;width:42px;height:38px;background: url('../image/advIcon.png') no-repeat;transition:all .5s;position: relative;}
.process li p{margin:15px 0;font-size:20px;font-weight:bold;height:100px;line-height:1.2;}
.process li p span{display: block;font-size:12px;font-family:Arial;opacity:.4;font-weight:400;margin-top:10px;}
.process li em{display:inline-block;width:36px;height:36px;border-radius:100%;background:#fff;font-style:normal;color:#0075d3;font-family:Arial;line-height:36px;font-weight:700;font-size:16px;position: relative;}
.process li:nth-child(2) i{background-position: -42px 0;}
.process li:nth-child(3) i{background-position: -84px 0;}
.process li:nth-child(4) i{background-position: -126px 0;}
.process li:nth-child(5) i{background-position: -168px 0;}
.process li:nth-child(6) i{background-position: -210px 0;}
.process li:nth-child(7) i{background-position: -252px 0;}
.process li:nth-child(8) i{background-position: -294px 0;}
.process li:hover{background:#fff;color:#191919;}
.process li:hover em{font-size:3.286em;background:none;top:-170px;width:100%;transition:top .5s,width 3s;}
.process li:hover::after{opacity:1;}
.process li:hover i{background-position: 0 -38px;top:170px;}
.process li:nth-child(2):hover i{background-position: -42px -38px;}
.process li:nth-child(3):hover i{background-position: -84px -38px;}
.process li:nth-child(4):hover i{background-position: -126px -38px;}
.process li:nth-child(5):hover i{background-position: -168px -38px;}
.process li:nth-child(6):hover i{background-position: -210px -38px;}
.process li:nth-child(7):hover i{background-position: -252px -38px;}
.process li:nth-child(8):hover i{background-position: -294px -38px;}

.process .zx{display: block;max-width:1400px;margin:0 auto;height:70px;line-height:70px;background: url('../image/adv_line2.png');color:#fff;}
.process .zx i{font-style:normal;margin-left:20px;}
.process .zx:hover{background:#0075d3;}

/* 流程 */
.caseMain{margin-bottom:50px;overflow:hidden;text-align:center;}
.caseMain li{float:left;width:50%;box-shadow:0 1px 5px #ccc;background:#eee;text-align:left;}
.caseMain li .pImg{padding-top:54%;;}
.caseMain li  img{opacity:.4; filter: grayscale(100%); filter: gray;-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%);}
.caseMain li .txt{padding:30px 10%;}
.caseMain li h4 {font-size:1.714em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.caseMain li h4 a{color:#191919;}
.caseMain li h4 a:hover{color:#0075d3;}
.caseMain li .more{display:inline-block;margin-top:30px;width:185px;height:46px;line-height:46px;background:#0075d3;color:#fff;text-align:center;font-size:12px;opacity:0;transform:scale(0);}
.caseMain li .more i{font-style:normal;margin-left:15px;}
.caseMain li .more:hover{width:100%;background:#005fac;}
.caseMain .swiper-slide-active .more{opacity:1;transform: scale(1);}
.caseMain .swiper-slide-active img{filter:none;-webkit-filter:none;-ms-filter:none; -o-filter:none;opacity:1;}
.caseMain span.btn,.oddsMain .btn{width:50px;height:50px;background:#0075d3;color:#fff;line-height:50px;text-align:center;z-index:10;pointer-events:all;opacity:.8;cursor: pointer;top:43%;}
.caseMain span.btn:hover{opacity:1;}

.caseMenu{position:relative;font-size:1.143em;overflow: hidden;}
.caseMenu::after{content:"";position: absolute;left:0;bottom:8px;background:#d9d9d9;height:1px;width:100%;}
.caseMenu li{float:left;;width:14.28%;text-align:center;position: relative;height:60px;}
.caseMenu li a{color:#191919;display: block;height:60px;}
.caseMenu li::after,.caseMenu li::before{content:"";position: absolute;width:6px;height:6px;background:#0075d3;border-radius:100%;bottom:3px;left:50%;margin-left:-3px;border:2px solid #fff;z-index:2;}
.caseMenu li::before{width:14px;height:14px;border:1px solid #0075d3;background:none;margin-left:-6px;bottom:2px;opacity:0;}
.caseMenu li.on{font-size:20px;font-weight:bold;}
.caseMenu li.on a{color:#0075d3;}
.caseMenu li.on::after{width:10px;height:10px;margin-left:-5px;}
.caseMenu li.on::before{opacity:1;}

/* 优势 */
.odds,.about{background-image:url('../image/odds_bg.jpg');background-size:cover;background-attachment: fixed;background-repeat: no-repeat;background-position:center;}
.odds{color:#fff;text-align:center;}
.odds ul{color:#666;}
.odds li{float:left;width:25%;border-right:1px solid #313a3f;min-height:470px;padding:45px 4%;position: relative;z-index:2;background:#fff;}
.odds li::after,.feature li::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#0075d3;transition:all .5s;z-index:-1;}
.feature li::after{background:#f6f6f6;}
.odds li h3{font-size:2.143em;color:#191919;font-weight:700;margin-bottom:30px;}
.odds li .txt{border-bottom: 1px solid #d9d9d9;margin-bottom:30px;min-height:140px;padding-bottom:15px;line-height:1.6;}
.odds li .num{font-size:1.143em;color:#191919;}
.odds li b{display: block;font-size:4.125em;font-family:Arial;color:#0075d3;position:relative;line-height:1.2;}
.odds li b i{font-style:normal;font-size:14px;width:28px;height:28px;border-radius:100%;color:#fff;background:#0075d3;display:inline-block;line-height:28px;position:absolute;top:10px;}
.odds li:hover::after,.feature li:hover::after{height:100%;}
.odds li:hover,.odds li:hover h3,.odds li:hover .num,.odds li:hover b{color:#fff;transition:all .3;}
.oddsMain .btn{display:none;position: static;width:50px;height:30px;line-height:30px;margin-top:20px;}

/* 关于 */
.about{background-image:url('../image/about_bg.jpg');overflow:hidden;}
.aboutPic{width:50%;height:510px;display:block;overflow:hidden;position: relative;}
.aboutPic .bgImg{animation:scale 24s infinite;}
.aboutTxt{width:46%;}
.aboutTxt .txt{height:180px;margin-bottom:10px;overflow:hidden;line-height:1.8;}
.aboutTxt  .more {width:180px;height:46px;line-height:46px;background:#0075d3;color:#fff;display:inline-block;text-align:center;}
.aboutTxt  .more i{font-style:normal;margin-left:10px;}
.aboutTxt  .more:hover{width:240px;background:#005fac;}
.setting{margin-top:10px;overflow:hidden;}
.setting li{float:left;width:20%;}
.setting li .pImg{padding-top:74%;}
.setting li p{padding-top:12px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
}
.setting li:hover img{transform: scale(1.1);}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 新闻快讯 */
.newsMenu{font-size:1.286em;text-align:center;margin-bottom:40px;}
.newsMenu a{position:relative;color:#191919;display:inline-block;height:70px;line-height:70px;background:url('../image/n_line.png');width:200px;border-right: 1px solid #ddd;z-index:2;}
.newsMenu a:last-child{border-right:none;}
.newsMenu .on{color:#fff;}
.newsMain{position: relative;overflow: hidden;font-size:.75rem;}
.newsL{width:57.5%;overflow:hidden;}
.newsL li{float:left;width:48.5%;padding-bottom:15px;position: relative;border-bottom: 1px dotted #aeaeae;height:476px;}
.newsL li:after,.newsR li::after,.newsMenu a::after{content: "";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background: #0075d3;transition: transform .6s;transform: scale(0,1);transform-origin: right;}
.newsMenu a::after{height:100%;z-index:-1;}
.newsL li .pic{display:block;height:295px;overflow: hidden;}
.newsL li h4{font-size:1.333em;margin:20px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsL li p{height:50px;margin-bottom:20px;}
.newsL li h4 a{color: #333;}
.newsL li h4 a:hover{color: #0075d3;}
.newsL li:nth-child(2){float:right;}
.newsL li:hover .bgImg{transform: scale(1.08);} 
.newsL li:hover::after,.newsR li:hover::after,.newsMenu .on::after{transform: scale(1);transform-origin: left;}
.newsL li .more{margin-left:15px;}
.newsL li .more i{font-style:normal;margin-left:10px;}
.newsR{width:38%;overflow:hidden;position:relative;}
.newsR li{color:#888;border-bottom: 1px dotted #aeaeae;margin-bottom:20px;position: relative;}
.newsR li a{display:block;height:103px;padding-right:100px;color:#666;transition:all .6s;}
.newsR li .date{font-size: .75rem;color: #999;font-family: Arial;line-height: 1.2;margin-right: -100px;transition: all .3s;float:right;}
.newsR li .date b{font-size: 3.667em;color: #666;display: block;font-weight:normal;}
.newsR li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#333;}
.newsR li a:hover{padding-right:0;}
.newsR li a:hover h4{color: #0075d3;}

/* 合作伙伴 */
.partner{border-top: 1px solid #d9d9d9;}
.partnerMain::after{content:"";position: absolute;left:0;top:0;width:1px;height:72%;top:0;z-index:2;border-left: 1px dotted #d9d9d9;}
.partnerMain li{float:left;width:14.28%;text-align:center;border-right: 1px dotted #d9d9d9;}
.partnerMain li .pImg{padding-top:45%;}
.partnerMain li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:40px;line-height:30px;padding:0 10px;}
.partnerMain li:hover img{transform: scale(1.1);}
.partner .swiper-pagination{position: static;margin-top:30px;}
.partner .swiper-pagination-bullet{margin:0 3px;}

/*底部 */
.footer{background:#1f1f1f;font-size:.75rem;color:#999;line-height:1.8em;overflow:hidden;}
.footMain{padding:60px 0;overflow:hidden;}
.footTop{background: url('../image/foot_line.jpg');height:70px;line-height:70px;overflow: hidden;margin-bottom:50px;color:#fff;padding-right:40px;}
.footTop p{padding-left:50px;font-size: 20px;}
.footTop p span{font-size:22px;color:#379bff;font-family:Arial;font-weight:bold;margin-left:15px;}
.footTop .phone{position:relative;margin-left:50px;}
.footTop .phone::after{content:"";position: absolute;left:0;top:28px;border-left: 1px dotted #eee;height:18px;opacity:.5;}
.footTop .zx{float:right;color:#fff ;}
.footTop .zx i{font-style:normal;font-family:"iconfont";margin-right:10px;font-size:1.286em;}
.footTop .zx:hover{text-decoration: underline;}
.footMenu{width:36%;overflow:hidden;}
.footMenu ul{float:left;width:75%;}
.footMenu ul li{float:left;    display: contents;}
.footMenu ul h4,.footR h4{color:#fff;font-size:1.5em;margin-bottom:20px;position:relative;padding-bottom:15px;line-height:1.6;}
.footMenu ul h4::after,.footR h4::after{content:"";position: absolute;left:0;bottom:0;width:15px;height:1px;background:#379bff;}
.footMenu_wap{display:none;overflow:hidden;}
.footR{width:37%;min-height:180px;border-left: 1px dotted #404040;border-right: 1px dotted #575757;padding-left:5%;line-height:2.2;}
.footR{font-size: 14px;}
.footWx{width:140px;text-align:center;line-height:1.6;background:#fff;padding:5px;}
.footWx span{display:block;text-align:center;margin-top:5px;height:30px;color:#333;}
.footer a{color:#999;font-size: 15px;}
.footer a:hover{color:#fff;}
.firendlink{padding:20px 0;position:relative;border-top: 1px solid #404040;}
.firendlink a{margin:0 15px;}
.firendlink a:hover{color:#fff;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:500px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;font-size:2rem;text-transform:uppercase;width:100%;padding-bottom:15px;animation:leftPic 1s;max-width:1400px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); text-align:left;}
.listBanner h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:20px 0;}
.breadCrumb p span{position:relative;padding-left:20px;}
.breadCrumb span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#0075d3;border:1px solid #0075d3;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#0075d3;color:#fff;}


.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../image/sIcon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{font-size:1.143rem;text-align:center;margin-top:40px;}
.listMenu a{display:inline-block;position:relative;color:#191919;height:50px;line-height:45px;margin:0 25px;}
.listMenu a:hover{color:#0075d3;}
.listMenu a::after,.listMenu a::before{content:"";position: absolute;left:0;top:0;background:#0075d3;width:0;height:1px;transition:all .5s;}
.listMenu a::before{top:auto;bottom:0;left:auto;right:0;}
.listMenu .cur{padding:0 5px;color:#0075d3;}
.listMenu .cur::after,.listMenu .cur::before,.listMenu a:hover::after,.listMenu a:hover::before{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#0075d3;border:1px solid #0075d3;color:#fff;}

/* 产品列表 */
.proWrap{padding-top:0;overflow: visible;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;z-index:-1;}
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background:#0075d3;padding:30px;color:#fff;font-size:2.25em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#0075d3;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{background:#f2f2f2;margin-bottom:30px;width:100%;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:55px;line-height:55px;}
.proSide_sub li i{font-family:"iconfont";margin-right:10px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#0075d3;color:#fff;}
.proSide_sub ul{padding:10px 0;border-bottom: 1px solid #e6e6e6;font-size:.875em;}
.proSide_sub ul li{background: url('../image/ly_li.png') no-repeat 15% center;padding-left:20%;line-height:40px;}
.proSide_sub ul li .cur,.proSider ul ul a:hover{color:#0075d3;}
.relaCase{background:#f2f2f2;padding:20px 30px;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:80%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaCase li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaCase li:hover img{transform: scale(1.1);}

.proR{width:100%;}
.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;}
.pro_bread strong{font-size:1.786em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.proList {margin-right:-30px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:80%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#0075d3;}
.searchList{width:100%;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin:40px 0;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;}
.gallery li{height:480px;line-height:480px;}
.gallery .pImg{padding-top:80%;}
.gallery img{width:100%;}

.proShow_R{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:1.778em;color:#0075d3;}
.proShow_R .font{height:210px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px;overflow: hidden;}
.proShow_R li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_R li i{display:inline-block;width:37px;height:37px;background: url('http://www.gmkjd.com/themes/Home/default/Public/images/show_Icon.png') no-repeat;}
.proShow_R li:nth-child(2) i{background-position: -37px 0;}
.proShow_R li:nth-child(3) i{background-position: -74px 0;}
.proShow_R li:nth-child(4) i{background-position: -111px 0;}
.proShow_R li span{display: block;}
.proShow_R .btn{margin-top:30px;overflow:hidden;}
.proShow_R .btn a{width:46%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}
.proShow_R .btn a:nth-child(2){float:right;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:hover{background:#0075d3;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#0075d3;border:1px solid #0075d3;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom:1px solid #0075d3;;color:#0075d3;height:50px;}
.proShow_con3{width:100%;}


/* 客户案例 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#0075d3;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#0075d3;}
.settingTop:hover .bgImg{transform: scale(1.05);}

/* 关于我们 */
.listTie{font-size:2.875rem;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;}
.listTie strong{font-weight:400;}
.listTie span{display: block;font-size:14px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#0075d3;margin-left:-10px;}
.aboutBox1 .tie{font-size:2.571em;color:#0075d3;margin-bottom:30px;line-height:1;}
.aboutBox1 .left{width:50%;line-height:1.8;padding-top:20px;position: relative;height:470px;}
.aboutBox1 .font{border-bottom: 1px solid #e5e5e5;padding-bottom:15px;text-align: justify;}
.aboutBox1 .font p{line-height: 30px;font-size: 15px;text-indent: 30px;margin-bottom: 10px;}
.aboutBox1 .right{width:46%;height:470px;overflow:hidden;display:block;}
.aboutBox1 .tel{padding-left:40px;position: absolute;left:0;bottom:0;font-size:1.571em;font-family:Arial;color:#333;}
.aboutBox1 .tel::after{content:"\e603";position: absolute;font-family:"iconfont";left:0;font-size:1.6rem;top:-4px}
.aboutBox1 .tel span{font-weight:bold;margin-left:30px;font-size:1.182em;}

.culture{background:#ececec;}
.culture li{float:left;background:#fff;padding:25px;width:31.3%;margin:0 1%;min-height:400px;}
.culture li .pImg{padding-top:40%;}
.culture li h4{font-size:20px;color:#222;margin-bottom:15px;padding-bottom:10px;font-weight:normal;margin-top:15px;position:relative;}
.culture li h4 span{display:block;font-size:12px;font-family:Arial;color:#999;}
.culture li:hover img{transform: scale(1.1);}
.culture li h4 span:after{content:"";position:absolute;width:14px;height:1px;background:#0075d3;bottom:0;left:0;transition:all .3s;}

.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #0075d3;}
.honorSlide li{width:25%;text-align:center;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding:10px;padding-top:0;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#0075d3;}
.honorSlide .btn{width:40px;height:40px;background:#0075d3;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #0075d3;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}

.album {border-top: 1px solid #ddd;}
.album ul{margin-right:-5px;}
.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.album li .pImg{padding-top:80%;}
.album li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:60px;line-height:60px;color:#fff;left:0;bottom:-60px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.album li.big {width:40%;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p{bottom:0;}
.partnerA{background-image:url('../image/about_bg.jpg');background-repeat: no-repeat;background-size:cover;background-attachment: fixed;background-position:center; overflow:hidden;}
.partnerA ul{padding-top:1px;padding-left:1px;}
.partnerA li{float:left;width:14.28%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;background:#fff;animation-fill-mode:inherit;}
.partnerA li .pImg{padding-top:45%;}
.partnerA li p{height:40px;line-height:30px;text-align:center;padding:0 10px;font-size:12px;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.partnerA li:hover{z-index:2;border:1px solid #2853be;transform: scale(1.1);}
.partnerA li:hover p{bottom:0;}
.pMore{width:260px;height:50px;background:#0075d3;margin:0 auto;color:#fff;line-height:50px;text-align:center;box-shadow:0 5px 6px #ddf6ff;margin-left:-130px;display:block;margin:0 auto;margin-top:50px;}
.pMore i{font-style:normal;margin-left:15px;}
.pMore:hover{color:#fff;width:360px;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:74%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:100%;}
.honorList li{width:20%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#0075d3;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}
.caseList li{width:33.3%;}
.caseList li .pImg{padding-top:54%;}
.caseList li p{text-align: left;}
.caseList li i{float:right;font-style:normal;}


/* 常见问题 */
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;border:1px solid #ddd;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#0075d3;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#0075d3;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}
.cMore{display:block;width:200px;height:42px;line-height:42px;border:1px solid #3e3e3e;background:#3e3e3e;color:#fff;border-radius:21px;text-align:center;margin:0 auto;margin-top:40px;}
.cMore:hover{background:#0075d3;border:1px solid #0075d3;color:#fff;width:260px;}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.newsSlide li .pic{width:45.5%;height:530px;overflow: hidden;display:block;}
.newsSlide li .txt{width:54.5%;padding:6%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#0075d3;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover{color: #0075d3;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#0075d3; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsSlide li .pic{height:460px;}
.newsSlide li .txt{padding:5%;}
.newsSlide li:hover .bgImg{transform: scale(1.08);}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:420px;height:290px;margin-right:60px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;padding-top:10px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:120px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #0075d3;border: 1px solid #0075d3;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 新闻详情 */
.picShow_l{width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:27%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #0075d3;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#0075d3;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#0075d3;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../image/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}


/* 联系*/
#dituContent{width:50%;height:520px;float:left;}
.contactR{background:#eee;height:520px;width:50%;padding:3%;line-height: 1.8;padding-right:250px;}
.contactR .titie{font-size:2em;color:#0075d3;margin-bottom:20px;}
.contactR .font{max-height:420px;overflow-y: auto;}
.contactR .wx{float:right;margin-right:-200px;width:160px;}
.contactR .wx p{text-align:center;margin-bottom:20px;}
.contactR .wx p span{display:block;}

/* 在线留言*/
.feedback{border-top: 1px solid #ddd;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .code .sub {background: #0075d3;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #0075d3;}
.feedback .sub:hover{background:#132c93;}